home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / default / ufw < prev    next >
Text File  |  2009-09-23  |  2KB  |  44 lines

  1. # /etc/default/ufw
  2. #
  3.  
  4. # Set to yes to apply rules to support IPv6 (no means only IPv6 on loopback
  5. # accepted). You will need to 'disable' and then 'enable' the firewall for
  6. # the changes to take affect.
  7. IPV6=no
  8.  
  9. # Set the default input policy to ACCEPT, ACCEPT_NO_TRACK, DROP, or REJECT.
  10. # ACCEPT enables connection tracking for NEW inbound packets on the INPUT
  11. # chain, whereas ACCEPT_NO_TRACK does not use connection tracking. Please note
  12. # that if you change this you will most likely want to adjust your rules.
  13. DEFAULT_INPUT_POLICY="DROP"
  14.  
  15. # Set the default output policy to ACCEPT, ACCEPT_NO_TRACK, DROP, or REJECT.
  16. # ACCEPT enables connection tracking for NEW outbound packets on the OUTPUT
  17. # chain, whereas ACCEPT_NO_TRACK does not use connection tracking. Please note
  18. # that if you change this you will most likely want to adjust your rules.
  19. DEFAULT_OUTPUT_POLICY="ACCEPT"
  20.  
  21. # Set the default forward policy to ACCEPT, DROP or REJECT.  Please note that
  22. # if you change this you will most likely want to adjust your rules
  23. DEFAULT_FORWARD_POLICY="DROP"
  24.  
  25. # Set the default application policy to ACCEPT, DROP, REJECT or SKIP. Please
  26. # note that setting this to ACCEPT may be a security risk. See 'man ufw' for
  27. # details
  28. DEFAULT_APPLICATION_POLICY="SKIP"
  29.  
  30. # By default, ufw only touches its own chains. Set this to 'yes' to have ufw
  31. # manage the built-in chains too. Warning: setting this to 'yes' will break
  32. # non-ufw managed firewall rules
  33. MANAGE_BUILTINS=no
  34.  
  35. #
  36. # IPT backend
  37. #
  38. # only enable if using iptables backend
  39. IPT_SYSCTL=/etc/ufw/sysctl.conf
  40.  
  41. # extra connection tracking modules to load
  42. IPT_MODULES="nf_conntrack_ftp nf_nat_ftp nf_conntrack_irc nf_nat_irc"
  43.  
  44.